Skip to content

Conversation

echlebek
Copy link
Contributor

@echlebek echlebek commented May 22, 2025

It appears that affinity from the instrumentation pod was included incorrectly.

Closes #3830

Signed-off-by: Eric Chlebek <echlebek@sumologic.com>
echlebek added 2 commits May 22, 2025 12:55
Signed-off-by: Eric Chlebek <echlebek@sumologic.com>
Signed-off-by: Eric Chlebek <echlebek@sumologic.com>
@echlebek echlebek changed the title otelcol: add statefulset affinity when specified fix: add affinity from events statefulset May 22, 2025
@echlebek echlebek marked this pull request as ready for review May 22, 2025 19:57
@echlebek echlebek requested a review from a team as a code owner May 22, 2025 19:57
{{- if not (empty (include "otelcolInstrumentation.statefulset.affinity" .)) }}
{{ include "otelcolInstrumentation.statefulset.affinity" . | indent 8 }}
{{- if not (empty (include "events.statefulset.affinity" .)) }}
{{ include "events.statefulset.affinity" . | indent 8 }}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, thanks for pointing me to that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Affinity in sumologic-sumologic-otelcol-events StatefulSet is Discarded
2 participants